home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 03b.events.outlet / MyObject.h < prev    next >
Text File  |  1995-06-12  |  179b  |  16 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface MyObject:Object
  7. {
  8.     int myInt;
  9.     int myForm;
  10. }
  11.  
  12. - incrementButton:sender;
  13. - decrementButton:sender;
  14.  
  15. @end
  16.